C1.WPF.FlexReport.4.6.2 Assembly / C1.WPF.FlexReport Namespace / ScriptValue<T> Class
Properties Methods


ScriptValue<T> Class Members

The following tables list the members exposed by ScriptValue<T>.

Public Properties
 NameDescription
Public PropertyGets or sets an expression used to calculate value of this ScriptValue<T>. Setting this value forces IsExpression to true.  
Public PropertyGets or sets a value indicating whether the current ScriptValue<T> is specified as an expression.  
Public PropertyGets or sets a value of this ScriptValue<T>. Settings this value forces IsExpression to false.  
Public PropertyGets a string representing the value of this ScriptValue<T> object.  
Top
Public Methods
 NameDescription
Public MethodAssigns (copies) properties from another ScriptValue<T> to the current object.  
Public MethodReturns a string that represents the current object.  
Top
Public Operators
Converts the ScriptValue<T>object to a string.
Top
See Also